home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Source Code / Zoners Half-Life Tools / hlvis / hlvis.dsp < prev    next >
Text File  |  2002-12-09  |  8KB  |  279 lines

  1. # Microsoft Developer Studio Project File - Name="hlvis" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  6.  
  7. CFG=hlvis - Win32 Super_Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "hlvis.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "hlvis.mak" CFG="hlvis - Win32 Super_Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "hlvis - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "hlvis - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE "hlvis - Win32 Release w Symbols" (based on "Win32 (x86) Console Application")
  23. !MESSAGE "hlvis - Win32 Super_Debug" (based on "Win32 (x86) Console Application")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. # PROP Scc_ProjName ""
  29. # PROP Scc_LocalPath ""
  30. CPP=cl.exe
  31. RSC=rc.exe
  32.  
  33. !IF  "$(CFG)" == "hlvis - Win32 Release"
  34.  
  35. # PROP BASE Use_MFC 0
  36. # PROP BASE Use_Debug_Libraries 0
  37. # PROP BASE Output_Dir "Release"
  38. # PROP BASE Intermediate_Dir "Release"
  39. # PROP BASE Target_Dir ""
  40. # PROP Use_MFC 0
  41. # PROP Use_Debug_Libraries 0
  42. # PROP Output_Dir "Release"
  43. # PROP Intermediate_Dir "Release"
  44. # PROP Ignore_Export_Lib 0
  45. # PROP Target_Dir ""
  46. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  47. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\common" /I "..\template" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /D "STDC_HEADERS" /FR /YX /FD /c
  48. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  49. # ADD RSC /l 0x409 /d "NDEBUG"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  55. # ADD LINK32 binmode.obj /nologo /stack:0x400000,0x100000 /subsystem:console /machine:I386
  56. # SUBTRACT LINK32 /pdb:none /nodefaultlib
  57.  
  58. !ELSEIF  "$(CFG)" == "hlvis - Win32 Debug"
  59.  
  60. # PROP BASE Use_MFC 0
  61. # PROP BASE Use_Debug_Libraries 1
  62. # PROP BASE Output_Dir "Debug"
  63. # PROP BASE Intermediate_Dir "Debug"
  64. # PROP BASE Target_Dir ""
  65. # PROP Use_MFC 0
  66. # PROP Use_Debug_Libraries 1
  67. # PROP Output_Dir "Debug"
  68. # PROP Intermediate_Dir "Debug"
  69. # PROP Ignore_Export_Lib 0
  70. # PROP Target_Dir ""
  71. # ADD BASE CPP /nologo /MD /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  72. # ADD CPP /nologo /MD /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\template" /D "_DEBUG" /D "STDC_HEADERS" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /FR /YX /FD /c
  73. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  74. # ADD RSC /l 0x409 /d "_DEBUG"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. LINK32=link.exe
  79. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  80. # ADD LINK32 binmode.obj /nologo /stack:0x1000000,0x100000 /subsystem:console /profile /map /debug /machine:I386
  81. # SUBTRACT LINK32 /nodefaultlib
  82.  
  83. !ELSEIF  "$(CFG)" == "hlvis - Win32 Release w Symbols"
  84.  
  85. # PROP BASE Use_MFC 0
  86. # PROP BASE Use_Debug_Libraries 0
  87. # PROP BASE Output_Dir "Release_w_Symbols"
  88. # PROP BASE Intermediate_Dir "Release_w_Symbols"
  89. # PROP BASE Ignore_Export_Lib 0
  90. # PROP BASE Target_Dir ""
  91. # PROP Use_MFC 0
  92. # PROP Use_Debug_Libraries 0
  93. # PROP Output_Dir "Release_w_Symbols"
  94. # PROP Intermediate_Dir "Release_w_Symbols"
  95. # PROP Ignore_Export_Lib 0
  96. # PROP Target_Dir ""
  97. # ADD BASE CPP /nologo /MD /W4 /GX /O2 /I "..\common" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /FR /YX /FD /c
  98. # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\common" /I "..\template" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /D "STDC_HEADERS" /FR /YX /FD /c
  99. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  100. # ADD RSC /l 0x409 /d "NDEBUG"
  101. BSC32=bscmake.exe
  102. # ADD BASE BSC32 /nologo
  103. # ADD BSC32 /nologo
  104. LINK32=link.exe
  105. # ADD BASE LINK32 binmode.obj /nologo /stack:0x400000,0x100000 /subsystem:console /machine:I386
  106. # SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
  107. # ADD LINK32 binmode.obj /nologo /stack:0x400000,0x100000 /subsystem:console /pdb:none /map /debug /machine:I386
  108. # SUBTRACT LINK32 /nodefaultlib
  109.  
  110. !ELSEIF  "$(CFG)" == "hlvis - Win32 Super_Debug"
  111.  
  112. # PROP BASE Use_MFC 0
  113. # PROP BASE Use_Debug_Libraries 1
  114. # PROP BASE Output_Dir "Super_Debug"
  115. # PROP BASE Intermediate_Dir "Super_Debug"
  116. # PROP BASE Ignore_Export_Lib 0
  117. # PROP BASE Target_Dir ""
  118. # PROP Use_MFC 0
  119. # PROP Use_Debug_Libraries 1
  120. # PROP Output_Dir "Super_Debug"
  121. # PROP Intermediate_Dir "Super_Debug"
  122. # PROP Ignore_Export_Lib 0
  123. # PROP Target_Dir ""
  124. # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /I "..\common" /D "_DEBUG" /D "STDC_HEADERS" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /FR /YX /FD /c
  125. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\template" /D "_DEBUG" /D "STDC_HEADERS" /D "WIN32" /D "_CONSOLE" /D "SYSTEM_WIN32" /FR /YX /FD /c
  126. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  127. # ADD RSC /l 0x409 /d "_DEBUG"
  128. BSC32=bscmake.exe
  129. # ADD BASE BSC32 /nologo
  130. # ADD BSC32 /nologo
  131. LINK32=link.exe
  132. # ADD BASE LINK32 binmode.obj /nologo /stack:0x1000000,0x100000 /subsystem:console /profile /map /debug /machine:I386
  133. # SUBTRACT BASE LINK32 /nodefaultlib
  134. # ADD LINK32 binmode.obj /nologo /stack:0x1000000,0x100000 /subsystem:console /profile /map /debug /machine:I386
  135. # SUBTRACT LINK32 /nodefaultlib
  136.  
  137. !ENDIF 
  138.  
  139. # Begin Target
  140.  
  141. # Name "hlvis - Win32 Release"
  142. # Name "hlvis - Win32 Debug"
  143. # Name "hlvis - Win32 Release w Symbols"
  144. # Name "hlvis - Win32 Super_Debug"
  145. # Begin Group "Source Files"
  146.  
  147. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
  148. # Begin Group "common"
  149.  
  150. # PROP Default_Filter ""
  151. # Begin Source File
  152.  
  153. SOURCE=..\common\blockmem.cpp
  154. # End Source File
  155. # Begin Source File
  156.  
  157. SOURCE=..\common\bspfile.cpp
  158. # End Source File
  159. # Begin Source File
  160.  
  161. SOURCE=..\common\cmdlib.cpp
  162. # End Source File
  163. # Begin Source File
  164.  
  165. SOURCE=..\common\filelib.cpp
  166. # End Source File
  167. # Begin Source File
  168.  
  169. SOURCE=..\common\log.cpp
  170. # End Source File
  171. # Begin Source File
  172.  
  173. SOURCE=..\common\mathlib.cpp
  174. # End Source File
  175. # Begin Source File
  176.  
  177. SOURCE=..\common\messages.cpp
  178. # End Source File
  179. # Begin Source File
  180.  
  181. SOURCE=..\common\scriplib.cpp
  182. # End Source File
  183. # Begin Source File
  184.  
  185. SOURCE=..\common\threads.cpp
  186. # End Source File
  187. # Begin Source File
  188.  
  189. SOURCE=..\common\winding.cpp
  190. # End Source File
  191. # End Group
  192. # Begin Source File
  193.  
  194. SOURCE=.\flow.cpp
  195. # End Source File
  196. # Begin Source File
  197.  
  198. SOURCE=.\vis.cpp
  199. # End Source File
  200. # Begin Source File
  201.  
  202. SOURCE=.\zones.cpp
  203. # End Source File
  204. # End Group
  205. # Begin Group "Header Files"
  206.  
  207. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  208. # Begin Source File
  209.  
  210. SOURCE=..\common\blockmem.h
  211. # End Source File
  212. # Begin Source File
  213.  
  214. SOURCE=..\common\boundingbox.h
  215. # End Source File
  216. # Begin Source File
  217.  
  218. SOURCE=..\common\bspfile.h
  219. # End Source File
  220. # Begin Source File
  221.  
  222. SOURCE=..\common\cmdlib.h
  223. # End Source File
  224. # Begin Source File
  225.  
  226. SOURCE=..\common\filelib.h
  227. # End Source File
  228. # Begin Source File
  229.  
  230. SOURCE=..\common\hlassert.h
  231. # End Source File
  232. # Begin Source File
  233.  
  234. SOURCE=..\common\log.h
  235. # End Source File
  236. # Begin Source File
  237.  
  238. SOURCE=..\common\mathlib.h
  239. # End Source File
  240. # Begin Source File
  241.  
  242. SOURCE=..\common\mathtypes.h
  243. # End Source File
  244. # Begin Source File
  245.  
  246. SOURCE=..\common\messages.h
  247. # End Source File
  248. # Begin Source File
  249.  
  250. SOURCE=..\common\scriplib.h
  251. # End Source File
  252. # Begin Source File
  253.  
  254. SOURCE=..\common\threads.h
  255. # End Source File
  256. # Begin Source File
  257.  
  258. SOURCE=.\vis.h
  259. # End Source File
  260. # Begin Source File
  261.  
  262. SOURCE=..\common\win32fix.h
  263. # End Source File
  264. # Begin Source File
  265.  
  266. SOURCE=..\common\winding.h
  267. # End Source File
  268. # Begin Source File
  269.  
  270. SOURCE=.\zones.h
  271. # End Source File
  272. # End Group
  273. # Begin Group "Resource Files"
  274.  
  275. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  276. # End Group
  277. # End Target
  278. # End Project
  279.